ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class / Owner Property

In This Topic
    Owner Property
    In This Topic
    Gets the owner of the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As TOwner
    public TOwner Owner {get;}
    See Also